home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / efun308 < prev    next >
Text File  |  2001-04-06  |  615b  |  20 lines

  1. DEPRECATED
  2. SYNOPSIS
  3.         void efun308(object item, object env)
  4.  
  5. DESCRIPTION
  6.         The item is moved into its new environment env, which may be 0.
  7.         This efun is to be used in the move_object() hook, as it does
  8.         nothing else than moving the item - no calls to init() or such.
  9.  
  10.         Don't use it in your own objects!
  11.  
  12. HISTORY
  13.         Introduced in 3.2.1@1, renamed to 'set_environment()' in LDMud 3.2.6.
  14.         Since LDMud 3.2.9, not available if driver is compiled without
  15.           USE_DEPRECATED.
  16.  
  17. SEE ALSO
  18.         remove(A), init(A), move_object(E), transfer(E), hooks(C),
  19.         native(C)
  20.